xSQL Schema Compare SDK for SQL Server version 12
KeyedCollectionBase<TKey,TItem> Class
Members 


The type of key.
The type of elements in the collection.
Provides the base class for collection of elements the key of which is embedded in the element.
Object Model
KeyedCollectionBase<TKey,TItem> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class KeyedCollectionBase
    (Of TKey,TItem As IKeyedEntity(Of TKey)) 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
[System.Reflection.DefaultMemberAttribute("Item")]
public class KeyedCollectionBase<TKey,TItem> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem> 
where TItem: IKeyedEntity<TKey>
[System.Reflection.DefaultMemberAttribute("Item")]
public __gc class KeyedCollectionBase<TKey,TItem> : public System.Collections.ObjectModel.KeyedCollection<TKey,TItem> 
where TItem: IKeyedEntity<TKey>
Type Parameters
TKey
The type of key.
TItem
The type of elements in the collection.
Remarks
The element of this collection must implement the interface IKeyedEntity<T>
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         xSQL.Schema.Core.KeyedCollectionBase<TKey,TItem>
            xSQL.Schema.SqlServer.FileGroupMappingCollection
            xSQL.Schema.SqlServer.Filter.EntityFilterCollection
            xSQL.Schema.SqlServer.SchemaMappingCollection
            xSQL.SchemaCompare.SqlServer.SchemaFilterCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyedCollectionBase<TKey,TItem> Members
xSQL.Schema.Core Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback